repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
CSVSPackageToolbox
/
PkgCmdID.cs
blob
0a767585e4717ee5486455604222899b84e2d575
1
using
System
;
2
3
namespace
MyCompany
.
CSVSToolbox
4
{
5
static class
PkgCmdIDList
6
{
7
public const uint
cmdidInitializeToolbox
=
0x100
;
8
9
10
};
11
}